home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Java / JavaRadioStation / Defaults next >
Encoding:
Text File  |  2000-09-28  |  419 b   |  14 lines  |  [TEXT/CWIE]

  1. # Factory defaults for the MP3 server.
  2. # You can include different definitions in your station files,
  3. # or modify the values in this file to affect all stations.
  4. # See the file Documentation/Properties.html for more information.
  5.  
  6. log-level=3
  7. buffer-size=32767
  8. buffer-count=20
  9. port=8000
  10. dj=FileDJ
  11. FileDJ.music-library=FolderMusicLibrary
  12. FileDJ.music-director=ShuffleMusicDirector
  13. html-playlist.src=PlaylistTemplate.html
  14.